Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-4365 | GEN003420 | SV-64299r2_rule | Medium |
Description |
---|
If the owner of the "at" directory is not root, bin, or sys, unauthorized users could be allowed to view or edit files containing sensitive information within the directory. |
STIG | Date |
---|---|
Oracle Linux 5 Security Technical Implementation Guide | 2016-12-20 |
Check Text ( C-52839r3_chk ) |
---|
Check the ownership of the "at" directory: Procedure: # ls -ld /var/spool/at If the directory is not owned by root, sys, bin, daemon, or cron, this is a finding. |
Fix Text (F-55293r3_fix) |
---|
Change the owner of the "at" directory to root, bin, sys, or system. Procedure: # chown |